func google.golang.org/grpc.withDefaultScheme

2 uses

	google.golang.org/grpc (current package)
		clientconn.go#L288: 	opts = append([]DialOption{withDefaultScheme("passthrough"), WithLocalDNSResolution()}, opts...)
		dialoptions.go#L750: func withDefaultScheme(s string) DialOption {